home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / e40ds1.arc / E!.PRO < prev    next >
Text File  |  1989-03-10  |  6KB  |  115 lines

  1. ** E! - Main PROFILE  VERSION 4.0
  2. ** //////////////////////////////
  3.  
  4. ** This a "dummy" version of the main PROFILE. It contains all usable
  5. ** commands in a E! PROFILE but they are all commented out.
  6. ** To activate a command please remove double asterisks at the beginning of
  7. ** the profile line and choose either "yes" or "no" or any required parameter.
  8. ** Text following the double asterisk is always ignored.
  9.  
  10. ** NOTE: Unlike on the E! command line, abbreviations are not allowed in a
  11. ** E! PROFILE.
  12.  
  13. ** NOTE: Many of these commands can be entered on the E! command line.
  14.  
  15. ** Ega-Vga         Yes/No        ** 35/43/50 lines display switch
  16. ** 35lines         Yes/No        ** 35/43 lines ega switch
  17. ** Sound           Yes/No        ** error beep
  18. ** AutoBack        Yes/No        ** backspace mode switch
  19. ** Wrap            Yes/No        ** wordwrap switch
  20.                                  ** (Not allowed in the main PROFILE)
  21. ** AutoComp        Yes/No        ** Compress / Expand mode switch
  22. ** AutoSave        Yes/No        ** Autosave switch
  23. ** AutoScroll      Yes/No        ** AutoScroll switch
  24. ** AutoTab         Yes/No        ** AutoTab switch
  25. ** AutoLimit       n             ** number of keystrokes to activate autosave
  26.                                  ** 0 to stop or Autosave No
  27. ** Bak             Yes/No        ** .BAK files generation switch
  28. ** Spaces          Yes/No        ** Remove trailing spaces before saving
  29. ** Code            Yes/No        ** Error code display switch
  30. ** Undo            n             ** Size of undo buffer (bytes)
  31. ** Delay           n             ** (0..32767) secondary help lines delay
  32. ** AddOnLast       Yes/No        ** Last line lock switch
  33. ** IBM101T         Yes/No        ** IBM enhanced keyboard switch
  34. ** Insert          Yes/No        ** Insert key default status
  35. ** PrtInit         /n/n/n/n/...  ** Ascii codes sent to printer before printing
  36. ** Justify         Yes/No        ** Justify switch
  37.                                  ** (Not allowed in main PROFILE)
  38. ** Log             Yes/No        ** Log file generation switch
  39. ** Margins      left right par.  ** Margins definition
  40. ** Pause           Yes/No        ** Pause or not when returning from DOS
  41. ** Snow            Yes/No        ** Automatic function.Use only in case of error
  42. ** Scroll          n             ** Horiz. scrolling amount (Alt F3,F4)
  43. ** Tabs            n1 n2 n3 ...  ** Default tabs
  44.                                  ** (E! default are DOS positions)
  45. ** Typematic       speed delay   ** Typematic adjustment (see documentation)
  46. ** Lock            xxx           ** Lock .xxx files (one line per extension)
  47. ** Warning         Yes/No        ** "Warning before overwriting" switch
  48. ** Cursor          Yes/No        ** Accelerated cursor switch.
  49.                                  ** Use only if problem with keyboard BIOS(Compaq)
  50. ** Compile         ext  command  ** Compiler definition for exetension "ext"
  51. ** Eol             [CRLF|CR|LF|LFCR]
  52.                                  ** Character sequence at EOL when saving
  53.                                     (please do not use unless you have read
  54.                                      the documentation)
  55. ** Search          [c][b][*][-]  ** Default search options
  56. ** Split           Yes / No      ** If set to yes Enter will act "normally"
  57.                                  ** that is, will split the line if INSERT is on
  58.  
  59. ** Define   code   @macname      ** Assign macro to the specified key
  60. **          code   $proname      ** Assign profile to the specified key
  61. **          code   &commandname  ** Assign command to the specified key
  62. **          code   string        ** Assign string to the specified key
  63. **          code   "string"      ** Use quotes if assigned string contains spaces
  64. **          code   'string'      **
  65. **          code   functioncode  ** Assign function to the specified key
  66. **          code                 ** Restore default function
  67.  
  68. ** DEFINE without parameters has no effect in the main PROFILE.
  69.  
  70. ** COLORS DEFINITION =  DISPLAY_REGION  background foreground
  71.  
  72. ** C_help          b f           ** Help lines color
  73. ** C_block         b f           ** Marked block color
  74. ** C_border        b             ** Border color (CGA / VGA only)
  75. ** C_command       b f           ** Command line color
  76. ** C_cursor        b f           ** Virtual cursor color
  77. ** C_messages      b f           ** Messages color
  78. ** C_Status1       b f           ** Status line color
  79. ** C_Status2       b f           ** Status line color (variables)
  80. ** C_Text          b f           ** Edited text color
  81.  
  82. ** COLOR CODES
  83.  
  84. **   0 black         8  light gray
  85. **   1 blue          9  light blue
  86. **   2 green         10 light green
  87. **   3 cyan          11 light cyan
  88. **   4 red           12 light red
  89. **   5 magenta       13 light magenta
  90. **   6 brown         14 yellow
  91. **   7 gray          15 white
  92.  
  93. ** CURSOR SHAPE DEFINITION =  DISPLAY TYPE  top_line   bottom_line
  94.  
  95. ** CursorMono     tl bl         ** Cursor shape overwrite mode
  96. ** CursorCol      tl bl
  97. ** CursorMonoIns  tl bl         ** Cursor shape insert mode
  98. ** CursorColIns   tl bl
  99.  
  100. **    ┌────────────┐  character matrix top (line 0)
  101. **    │            │
  102. **    │            │
  103. **    ├────────────┤  cursor top line (tl)      RANGE:
  104. **    │▒▒▒▒▒▒▒▒▒▒▒▒│                            mono : 0-7
  105. **    │▒▒▒▒▒▒▒▒▒▒▒▒│                            color: 0-13
  106. **    │▒▒▒▒▒▒▒▒▒▒▒▒│
  107. **    └────────────┘  cursor bottom line (bl)
  108.  
  109. **************************   API users only  *******************************
  110.  
  111. ** Heap         n    **  number of paragraphs to reserve for a DOS shell
  112. ** Interrupt    n    **  interrupt # used by the E! API. See API.DOC please
  113.  
  114. *****************************************************************************
  115.